home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / u / utility / packer / arcgsh35 / history < prev    next >
Encoding:
Text File  |  1996-11-17  |  8.7 KB  |  226 lines

  1.                          Arcgsh History
  2.  
  3. V3.5: - Minor corrections.
  4.  
  5. V3.4: -    Arcgsh now supports the ARGV extended parameter passing scheme in
  6.     addition to the xArgv parameter passing scheme. This is especially
  7.     useful for working with Zoo, because parameter strings longer than
  8.     125 characters can be handed over now. The ARGV and xArgv parameter
  9.     passing schemes are available to registered users only.
  10.  
  11.       -    Zoo did not work properly when Arcgsh was called from the Gemini
  12.     shell by dragging a Zoo archive file to the Arcgsh icon on the
  13.     Gemini desktop. Fixed.
  14.     (Technical note: This problem was due to the fact that Gemini
  15.     supports the ARGV parameter passing scheme and Arcgsh did not.
  16.     Furthermore Zoo did not notice the ARGV environment was not set up
  17.     for itself but for Arcgsh.)
  18.  
  19.       -    A new option "Zoom boxes" has been introduced. If this option is
  20.     active a growing box is drawn when a window is opened and a
  21.     shrinking box when it is closed. This was Arcgsh's normal behavior
  22.     in former versions. When you disable this option the "zoom" boxes
  23.     are not drawn and you will get a little speed gain in the dialogs.
  24.  
  25. V3.3: -    The dialog boxes for Zoo, Arc, LHarc, Uud, and "other program" as
  26.     well as the file selector for "show file" and "edit file" can be
  27.     invoked from the keyboard now.  The keys that start a certain
  28.     function are listed at the right hand side of the menu entries
  29.     within the "File" menu.
  30.  
  31.       -    A new option "Repeat last dialog" has been introduced. If this
  32.     option is active the dialog that was called last will be repeated
  33.     automatically until it is left with the "Cancel" button. Example:
  34.     After Zoo has executed the Zoo dialog box appears on the screen
  35.     again automatically.
  36.  
  37.       -    Under certain circumstances the automatic startup inserted
  38.     "arcgsh.rsc" as the archive file. Fixed.
  39.  
  40.  
  41. V3.2: - Arcgsh can be called with a filename parameter now. If the extension
  42.     of this filename is "ARC", "LZH" or "ZOO" the appropriate dialog box
  43.     with the filename already filled in will be displayed. To exploit
  44.     this functionality proceed as follows:
  45.         1. Using the desktop install ARCGSH.PRG as an application for files
  46.        with extension "ARC".
  47.         2. Save your work to the DESKTOP.INF file.
  48.         3. Edit DESKTOP.INF. Somewhere you will find a line like
  49.               #G 03 04   C:\BIN\ARCGSH\ARCGSH.PRG@ *.ARC@
  50.        Duplicate it twice and change the extension ARC to "LZH" and
  51.        "ZOO", respectively. It will look like
  52.               #G 03 04   C:\BIN\ARCGSH\ARCGSH.PRG@ *.ARC@
  53.               #G 03 04   C:\BIN\ARCGSH\ARCGSH.PRG@ *.LZH@
  54.               #G 03 04   C:\BIN\ARCGSH\ARCGSH.PRG@ *.ZOO@
  55.            then.
  56.         4. Reboot the system. A doubleclick on a file with one of the above
  57.        mentioned extensions will invoke Arcgsh then.
  58.  
  59.       - On some TeX installations the "makeidx" style is not available. The
  60.     Arcgsh distribution now comes with MAKEIDX.STY. It must be present
  61.     in the same directory as ARCGSH.TEX while the latter is processed by
  62.     TeX and lets TeX run without moaning about a missing makeidx style
  63.     file and a missing \printindex command. However, if you have a real
  64.     makeidx style file on your TeX installation you should not use
  65.     Arcgsh's MAKEIDX.STY.
  66.  
  67.  
  68.  
  69. V3.1: -  Overlong filenames in "Call any program" were editable, 
  70.          fixed.
  71.  
  72.       -  Filenames in the Zoo and "Program" dialog box were not 
  73.          always correctly abbreviated, fixed.
  74.  
  75.       -  The parameter string to the user-defined editor and 
  76.          user-defined pager was restricted to 32 characters, 
  77.          fixed.
  78.  
  79.  
  80.  
  81. V3.0: -  LHarc is supported.
  82.  
  83.       -  Arc version 6.02 is supported. (The former version was 
  84.          5.21.)
  85.  
  86.       -  Again a new and very different configuration file 
  87.          format. You cannot use your old configuration file any 
  88.          more. Please create a new one! (A conversion aid from 
  89.          old to new format is not given.)
  90.  
  91.       -  Documentation is in LaTeX format now.
  92.  
  93.       -  A huge bunch of internal code revirement has been done. 
  94.          Some of it you will notice: TOS 1.4 support, the file 
  95.          selection handler (a la Zoo dialog box) for all programs 
  96.          (except Uud and Uue).
  97.  
  98.  
  99.  
  100. V2.1c:-  Internal buffer length for pathnames increased from 64 
  101.          to 119.
  102.  
  103.       -  Function "Other program": Programs with extension ".APP" 
  104.          are now correctly regarded as GEM-type programs instead 
  105.          of TOS-type.
  106.  
  107.       -  Functions "Copy file" and "Move file": If the destina-
  108.          tion drive did not have enough space for the file to be 
  109.          copied/moved the incomplete destination file was left as 
  110.          "junk". It will be erased now.
  111.  
  112.       -  If standard output was directed to some file and the 
  113.          "beep upon termination" option was selected the beep 
  114.          went to the file instead of the loudspeaker. Fixed.
  115.  
  116.  
  117.  
  118. V2.1: -  Shar is supported. Shell archives can be created and 
  119.          extracted.
  120.  
  121.       -  A user defined pager and a user defined editor are 
  122.          supported. It is no longer neccessary to leave Arcgsh to 
  123.          simply look at or edit a file.
  124.  
  125.       -  It is now possible to pass command lines longer than 125 
  126.          characters to a dependend program, because Arcgsh now 
  127.          supports the xArg extended parameter passing protocol. 
  128.          However, this does only work with programs that also 
  129.          support this protocol. This was implemented because the 
  130.          documentation of the ST version of Zoo says that the 
  131.          xArg protocol is supported. However, it turned out that 
  132.          this is not the case. Hopefully it will be implemented 
  133.          in some future Zoo version.
  134.  
  135.  
  136.  
  137. V2.0: -  Zoo is supported. This is the most important change and 
  138.          justifies the main versions counter being increased from 
  139.          1 to 2.
  140.  
  141.       -  A "Copy file" function is provided in the "Utilities" 
  142.          menu.
  143.  
  144.       -  The "Rename file" function in the "Utilities" menu is 
  145.          replaced by the function "Move file". In addition to the 
  146.          old "Rename file" this function can also move a file 
  147.          from one disk to another.
  148.  
  149.       -  Screen handling on color monitor cleaned up. (I have a 
  150.          color monitor emulator for my monochrome monitor now - 
  151.          without color of course.)
  152.  
  153.       -  New configuration file format. You cannot use your old 
  154.          configuration file any more. Please create a new one! (A 
  155.          conversion aid from old to new format is not given.)
  156.  
  157.       -  Intermediate version: not everything the docs says 
  158.          really works.
  159.  
  160.  
  161.  
  162. V1.4: -  Double click on a file or path name field not neccessary 
  163.          if the field is empty. A single click is sufficient in 
  164.          that case.
  165.  
  166.  
  167.  
  168. V1.3: -  Internal code revision leading to a smaller program
  169.  
  170.       -  Slight change to the "current directory" display mechan-
  171.          ism (see V1.1): After a double click on a file name 
  172.          field that already contains a file name the "current 
  173.          directory" is set to the path of that file. Consequently 
  174.          this path will be displayed in the dialog box. This 
  175.          should usually be what the user wants.
  176.  
  177.  
  178.  
  179. V1.2: -  Bug fixed: Sometimes a double backslash ('\\') appeared 
  180.          when the standard TOS file selector box was used. This 
  181.          did not happen with the replacement file selector box I 
  182.          usually use so I did not notice it earlier.
  183.  
  184.       -  Any program (TOS or GEM) may be executed as a dependend 
  185.          program. Program parameters and working directory may be 
  186.          given (parameters also for GEM programs (.PRG files)).
  187.  
  188.       -  A mandatory file name parameter of a subfunction (ARC, 
  189.          UUD, UUD, other program) will be requested by an 
  190.          automatically appearing file selector box.
  191.  
  192.  
  193.  
  194. V1.1: -  The directory displayed in the file selector box is now 
  195.          always the directory selected by the last file selection 
  196.          ("current directory"). Exception: locate program.
  197.  
  198.       -  Complaining about non present configuration file remo-
  199.          ved.
  200.  
  201.       -  Internal code revision leading to a smaller program
  202.  
  203.       -  ARC parameter form is sorted now.
  204.  
  205.       -  Options to display the executed command, hold or not to 
  206.          hold after executing a dependend program, beep or not to 
  207.          beep after executing a dependend program
  208.  
  209.       -  Files may be added, extracted etc. from/to any direc-
  210.          tory, not just the one where the ARC file resides.
  211.  
  212.  
  213.  
  214. V1.0: -  First release
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. Pipeline (ideas still to be realized in some future release):
  222.  
  223. -  Not having to "type any key" when an error in a dependend 
  224.    program occurs
  225. -  Comfortable mechanism to edit environment variables
  226.